home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / chip-cd_2005_03d.zip / 03d / Narzedzia systemowe / dbDeveloper 1.95 / dbdsetup.exe / {app} / Templates / Oracle / PackageBody.tl < prev    next >
Text File  |  2004-12-12  |  280b  |  13 lines

  1. CREATE OR REPLACE 
  2. PACKAGE BODY #name# IS
  3.  /*
  4.   * Author: 
  5.   * Description: 
  6.   * Created: #date# by dbDeveloper
  7.   */
  8.  
  9.   -- Add declarations of variables and types
  10.   -- Add the header and SELECT statements of cursors
  11.   -- Add the header and body of modules
  12. END #name#;
  13.